From 82a1d4f2807e4a4f159585ef97c680c1687c3769 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Tue, 4 Dec 2018 15:50:33 +0100 Subject: [PATCH] gesturestylus: Use proper syntax when refering to signals --- gtk/gtkgesturestylus.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gtk/gtkgesturestylus.c b/gtk/gtkgesturestylus.c index 9ba5fc804d..8084689bfb 100644 --- a/gtk/gtkgesturestylus.c +++ b/gtk/gtkgesturestylus.c @@ -160,8 +160,8 @@ gesture_get_current_event (GtkGestureStylus *gesture) * @value: (out): return location for the axis value * * Returns the current value for the requested @axis. This function - * must be called from either the #GtkGestureStylus:down, - * #GtkGestureStylus:motion, #GtkGestureStylus:up or #GtkGestureStylus:proximity + * must be called from either the #GtkGestureStylus::down, + * #GtkGestureStylus::motion, #GtkGestureStylus::up or #GtkGestureStylus::proximity * signals. * * Returns: #TRUE if there is a current value for the axis @@ -191,8 +191,8 @@ gtk_gesture_stylus_get_axis (GtkGestureStylus *gesture, * @values: (out) (array): return location for the axis values * * Returns the current values for the requested @axes. This function - * must be called from either the #GtkGestureStylus:down, - * #GtkGestureStylus:motion, #GtkGestureStylus:up or #GtkGestureStylus:proximity + * must be called from either the #GtkGestureStylus::down, + * #GtkGestureStylus::motion, #GtkGestureStylus::up or #GtkGestureStylus::proximity * signals. * * Returns: #TRUE if there is a current value for the axes -- 2.30.2